Skip to content

Use exact version for react-chain-of-responsibility#5582

Merged
OEvgeny merged 2 commits intomainfrom
fix-exact-deps
Sep 16, 2025
Merged

Use exact version for react-chain-of-responsibility#5582
OEvgeny merged 2 commits intomainfrom
fix-exact-deps

Conversation

@compulim
Copy link
Copy Markdown
Contributor

Fixes #5581.

Changelog Entry

Fixed

  • Fixed #5581. Activities should be displayed after upgrading via npm install, in PR #XXX, by @compulim

Description

Newer version of react-chain-of-responsibility introduced support of wrapper component.

However, due to caret versioning, when upgrading via npm install, the latest version of react-chain-of-responsibility is not installed. Thus, wrapper component support is missing, cause <ErrorBoundary> not to be rendered.

Tests did not catch the problem because pipeline always run with fresh install.

Specific Changes

  • npm install react-chain-of-responsibility@main --save-exact
  • I have added tests and executed them locally
  • I have updated CHANGELOG.md
  • I have updated documentation

Review Checklist

This section is for contributors to review your work.

  • Accessibility reviewed (tab order, content readability, alt text, color contrast)
  • Browser and platform compatibilities reviewed
  • CSS styles reviewed (minimal rules, no z-index)
  • Documents reviewed (docs, samples, live demo)
  • Internationalization reviewed (strings, unit formatting)
  • package.json and package-lock.json reviewed
  • Security reviewed (no data URIs, check for nonce leak)
  • Tests reviewed (coverage, legitimacy)

@compulim compulim marked this pull request as ready for review September 16, 2025 04:08
@OEvgeny OEvgeny merged commit f2f7323 into main Sep 16, 2025
28 checks passed
@OEvgeny OEvgeny deleted the fix-exact-deps branch September 16, 2025 04:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Messages hidden when upgrading Web Chat via npm

2 participants